home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
unixlib.lha
/
unix
/
include
/
internal
/
vars.h
< prev
Wrap
C/C++ Source or Header
|
1992-08-16
|
235b
|
12 lines
#ifndef VARS_H
#define VARS_H
/* <_us, _startup_time> should be a pretty good unique identifier of
this process */
extern struct Process *_us;
extern long _stack_size;
extern long _startup_time;
extern int use_amiga_flags;
#endif